home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Hellboy / data1.cab / Game_Data / data / animtab / cherub_room_door.ast < prev    next >
Text File  |  2000-08-18  |  2KB  |  53 lines

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1999
  2. //
  3. //  cherub_room_door.ast written at Fri Jul 09 11:38 1999
  4. //
  5. //
  6.  
  7.  24                     //  file_type
  8. 112                     //  file_version
  9.  
  10. //  cherub_room_door        //  Session name
  11. end
  12.  
  13. // *** This first section contains the names of all the win_anims used by the table
  14. cherub_door_anim
  15. end
  16.  
  17. // *** This second section contains the values for each anim state
  18. cherub_room_door_closed
  19. cherub_room_door_opening
  20. cherub_room_door_open
  21. cherub_room_door_closing
  22. end
  23.  
  24. cherub_room_door_closed             // name of this anim_state
  25. cherub_door_anim                     // name for the win_anim for this state
  26. cherub_room_door_closed             // default link anim for this anim state
  27. begin_end_frame 0 0
  28. // Begin entries for this anim state
  29. end_of_entries
  30.  
  31. cherub_room_door_opening         // name of this anim_state
  32. cherub_door_anim                    // name for the win_anim for this state
  33. cherub_room_door_open             // default link anim for this anim state
  34. begin_end_frame 0 100
  35. // Begin entries for this anim state
  36. end_of_entries
  37.  
  38. cherub_room_door_open             // name of this anim_state
  39. cherub_door_anim                   // name for the win_anim for this state
  40. cherub_room_door_open             // default link anim for this anim state
  41. begin_end_frame 100 100
  42. // Begin entries for this anim state
  43. end_of_entries
  44.  
  45. cherub_room_door_closing         // name of this anim_state
  46. cherub_door_anim                   // name for the win_anim for this state
  47. cherub_room_door_closed             // default link anim for this anim state
  48. begin_end_frame 100 0
  49. // Begin entries for this anim state
  50. end_of_entries
  51.  
  52.  
  53.